home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / ssaver2x.arj / SAMPLE.RC < prev    next >
Text File  |  1993-11-23  |  421b  |  23 lines

  1. /*
  2.     sample.rc
  3.     sample saver module resource script file
  4.     (C) 1993 Siegfried Hanisch
  5. */
  6.  
  7. #include <os2.h>
  8. #include "sample.h"
  9.  
  10. ICON    IDR_ICON    "ssaver.ico"
  11.  
  12. /*
  13.     $$$$$ change code here $$$$$
  14.     Replace "Sample module" with a module name of your choice.
  15.     The module name must not exceed 32 characters.
  16.     Include the module *.DLG-file.
  17. */
  18. STRINGTABLE
  19. {
  20.     IDS_MODULENAME    "Sample module"
  21. }
  22. RCINCLUDE sample.dlg
  23.